displayCookies

Class: com.microstrategy.web.app.taglibs.DisplayCookiesTag

Usage:

Custom Tag class to be used for displaying all the cookies currently defined on the client's browser by the application. The tag does not have any attributes to set. For displaying its contents, it looks for the advanced parameter on the {@link RequestKeys} collection and if existing, all the cookies defined will be rendered.
For example:
 <B>Browser cookies: <web:displayCookies runat="server" /></B>
 


Name Required? Description
runat true Indicates that the ASP.Net control should be processed on the server